home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00095.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  1.6 KB  |  67 lines

  1. on movoff
  2.   global movPC
  3.   if movPC = 2 then
  4.     set the movieRate of sprite 2 to 0
  5.     set movPC to 0
  6.     exit
  7.   end if
  8.   if movPC = 3 then
  9.     set the movieRate of sprite 2 to 0
  10.     set the movieRate of sprite 13 to 0
  11.     set the movieRate of sprite 18 to 0
  12.     set the movieRate of sprite 21 to 0
  13.     set movPC to 0
  14.     exit
  15.   end if
  16.   if movPC = 4 then
  17.     set the movieRate of sprite 4 to 0
  18.     set movPC to 0
  19.     exit
  20.   end if
  21.   if movPC = 12 then
  22.     set the movieRate of sprite 6 to 0
  23.     set movPC to 0
  24.     exit
  25.   end if
  26.   if movPC = 13 then
  27.     set the movieRate of sprite 7 to 0
  28.     set movPC to 0
  29.     exit
  30.   end if
  31.   if movPC = 5 then
  32.     set the movieRate of sprite 4 to 0
  33.     set the movieRate of sprite 5 to 0
  34.     set movPC to 0
  35.     exit
  36.   end if
  37.   if movPC = 6 then
  38.     set the movieRate of sprite 4 to 0
  39.     set the movieRate of sprite 5 to 0
  40.     set the movieRate of sprite 6 to 0
  41.     set movPC to 0
  42.     exit
  43.   end if
  44.   if movPC = 7 then
  45.     set the movieRate of sprite 4 to 0
  46.     set the movieRate of sprite 5 to 0
  47.     set the movieRate of sprite 6 to 0
  48.     set the movieRate of sprite 7 to 0
  49.   end if
  50.   if movPC = 8 then
  51.     set the movieRate of sprite 4 to 0
  52.     set the movieRate of sprite 5 to 0
  53.     set the movieRate of sprite 6 to 0
  54.     set the movieRate of sprite 7 to 0
  55.     set the movieRate of sprite 8 to 0
  56.   end if
  57.   if movPC = 9 then
  58.     set the movieRate of sprite 4 to 0
  59.     set the movieRate of sprite 5 to 0
  60.     set the movieRate of sprite 6 to 0
  61.     set the movieRate of sprite 7 to 0
  62.     set the movieRate of sprite 8 to 0
  63.     set the movieRate of sprite 9 to 0
  64.   end if
  65.   set movPC to 0
  66. end
  67.